/*
Theme Name: BP Columns
Theme URI: http://buddypress.org
Description: A 3 Column Buddypress theme.
Version: 1.2
Author: modemlooper
Author URI: http://twitter.com/modemlooper
Template: bp-default
Tags: buddypress, three-columns
*/

/* Inherit the default theme styles */

/*@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css ); 

/* Inherit the default theme adminbar styles */

@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* Custom styles */

@import url( custom.css );

ul#nav {
    bottom: 0;
    list-style: none outside none;
    margin: 0;
    max-width: 100%!important;
    padding: 0;
    position: absolute;
    right: 15px;
}

.padder-wide {
width:790px!important;
padding:40px;
float:right;

}

.padder-wide a {
color:#666666!important;
text-decoration:none!important;

}

.padder-wide a:hover {
text-decoration:underline!important;

}

.widgettitle {
background-color:#FDFFBF;
padding:10px;

}

#notice {
font-size:14px;


}

#notice1 {
width:600px;
padding:10px;
background-color:#FDFFBF;
margin-bottom:10px;
}

#notice1 a {
text-decoration:none!important;
color:#333333!important;
font-size:18px!important;

}

#notice1 a:hover {
text-decoration:underline!important;

}

.groups-list {

}

#protaseis-side {
background-color:#FFCC66;
padding:10px;

}
